home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Telstar Electronic Studios (UK) (Press Kit)
/
Telstar Electronic Studios (UK) (Press Kit).bin
/
pc
/
tes_ects
/
multi.dir
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-01-01
|
304 b
|
24 lines
global gColorD
on pups_off
repeat with a = 1 to 48
puppetSprite(a, 0)
end repeat
end
on startMovie
global mac
if the machineType <> 256 then
set mac to 1
else
set mac to 0
end if
end
on disposeRearWindow
global rwObj
if objectp(rwObj) then
rwObj(mdispose)
end if
end